projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d26126
)
(quoted-printable-decode-region): Use error, not message
author
Dave Love
<fx@gnu.org>
Wed, 29 Nov 2000 22:21:38 +0000
(22:21 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 29 Nov 2000 22:21:38 +0000
(22:21 +0000)
to report malformed text (like base64). Amend message.
lisp/gnus/qp.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/qp.el
b/lisp/gnus/qp.el
index c1ceac88cef0336468873edee94dcb0cc32fca0c..cb0b4bb4a7ed5e2c5cc904a4753c31ec59296377 100644
(file)
--- a/
lisp/gnus/qp.el
+++ b/
lisp/gnus/qp.el
@@
-66,7
+66,7
@@
coding-system."
(unless (eq byte ?=)
(backward-char))))
(t
- (
message "Malformed MIME quoted-printable message
")
+ (
error "Malformed quoted-printable text
")
(forward-char)))))
(if coding-system
(mm-decode-coding-region (point-min) (point-max) coding-system)))))